| TRunnerExitBehavior Type |
Unit
TextTestRunner
Declaration
TRunnerExitBehavior = (
rxbContinue,
rxbPause,
rxbHaltOnFailures
);| Values |
| rxbContinue | Just return the TestResult. |
| rxbPause | Pause with a ReadLn before returnng the TestResult. |
| rxbHaltOnFailures | Halt the program if errors or failures occurred, setting the program exit code to FailureCount+ErrorCount; behave like rxbContinue if all tests suceeded. |
See Also
|
|